home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 2.iso / BAM2DEMO / BAM2.BAT next >
DOS Batch File  |  1997-06-03  |  231b  |  13 lines

  1. @echo off
  2. cls
  3. echo *
  4. echo * To play the Bust-A-Move 2(tm): Arcade Edition demo
  5. echo * press any key, otherwise press ESC to quit:
  6. getkey
  7. if errorlevel 1 goto quit
  8. cd bam2demo
  9. bm2 %1 %2 %3 %4 %5 %6 %7 %8 %9
  10. cd ..
  11. :quit
  12.  
  13.